DevForce Help Reference
NavigationScalarEntityProperty<TInstance,TValue> Class
Members 


Type of entity
Type of property
A relational entity property for a scalar data type.
Object Model
NavigationScalarEntityProperty<TInstance,TValue> ClassEntityMemberMetadata ClassEntityReferenceStrategy ClassEntityRelationLink Class
Syntax
'Declaration
 
Public Class NavigationScalarEntityProperty
    (Of TInstance As Class,
     TValue As Class) 
   Inherits NavigationEntityProperty
public class NavigationScalarEntityProperty<TInstance,TValue> : NavigationEntityProperty 
where TInstance: class
where TValue: class
Type Parameters
TInstance
Type of entity
TValue
Type of property
Remarks
The EntityProperties auto-generated by the Object Mapper use this strongly-typed declaration for all relational properties having a scalar data type.

Every NavigationScalarEntityProperty has both a GetterInterceptor and SetterInterceptor to which you can inject custom actions. You add these actions using attributes and the AddAction method.

Inheritance Hierarchy

System.Object
   IdeaBlade.EntityModel.EntityProperty
      IdeaBlade.EntityModel.NavigationEntityProperty
         IdeaBlade.EntityModel.NavigationScalarEntityProperty<TInstance,TValue>

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NavigationScalarEntityProperty<TInstance,TValue> Members
IdeaBlade.EntityModel Namespace

Send Feedback